From 289cba343a43d0336ea8180e2701626cce4722a3 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sun, 11 Mar 2001 23:38:11 +0000 Subject: [PATCH] (quail-translate-key): Fix condition to check if there's another breaking point in the current key. --- lisp/international/quail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/quail.el b/lisp/international/quail.el index e6b9feb3760..c9c298fce98 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -1628,7 +1628,7 @@ sequence counting from the head." ;; giving up, we must check two possibilities. (cond ((and (quail-maximum-shortest) - (>= len 4) + (>= len 3) (setq def (quail-map-definition (quail-lookup-key quail-current-key (- len 2)))) (quail-lookup-key (substring quail-current-key -2) 2)) -- 2.30.2